func log/slog.countEmptyGroups

4 uses

	log/slog (current package)
		handler.go#L228: 	if countEmptyGroups(as) == len(as) {
		record.go#L117: 	ne := countEmptyGroups(attrs[i:])
		value.go#L183: 	if n := countEmptyGroups(as); n > 0 {
		value.go#L196: func countEmptyGroups(as []Attr) int {